home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 001a / seyon213.fix < prev    next >
Text File  |  1993-04-10  |  491b  |  20 lines

  1. *** SeDial.c~    Sat Apr 10 03:48:04 1993
  2. --- SeDial.c    Sat Apr 10 22:25:41 1993
  3. ***************
  4. *** 195,201 ****
  5.         if (ddItems[ddCurItemIndex]->script[0] && !manualDial) {
  6.           linkflag = 1;
  7.           inhibit_child = False;
  8. !         RunScript(ddItems[ddCurItemIndex]->script);
  9.           return;
  10.         }
  11.       }
  12. --- 195,201 ----
  13.         if (ddItems[ddCurItemIndex]->script[0] && !manualDial) {
  14.           linkflag = 1;
  15.           inhibit_child = False;
  16. !         RunScript(NULL, ddItems[ddCurItemIndex]->script);
  17.           return;
  18.         }
  19.       }
  20.